home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/link/r3link.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/objects/r3prim.js")
- var R3CLID_LINK = 1284;
-
- R3LINKM_RECONNECT = 1284000;
-
- function _R3LINKM_RECONNECT() {
- return this.r3Do(R3LINKM_RECONNECT, arguments);
- }
-
- R3LINKA_SourceId = 1284500;
- function SetR3LINKA_SourceId(value) {
- this.r3Set(R3LINKA_SourceId, value);
- }
-
- function GetR3LINKA_SourceId() {
- var value = 0;
- return this.r3Get(R3LINKA_SourceId, value); // R3TAG *
- }
-
- R3LINKA_SourceObj = 1284501;
- function SetR3LINKA_SourceObj(value) {
- this.r3Set(R3LINKA_SourceObj, value);
- }
-
- function GetR3LINKA_SourceObj() {
- var value = 0;
- return this.r3Get(R3LINKA_SourceObj, value); // R3OBJ **
- }
-
- var R3LINKA_TargetID = 6.05735e-315;
- function r3Link () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_LINK, arguments);
- }
- // Methods
- this.RECONNECT=_R3LINKM_RECONNECT;
-
- // Attributes
- this.GetSourceId=GetR3LINKA_SourceId;
- this.SetSourceId=SetR3LINKA_SourceId;
- this.GetSourceObj=GetR3LINKA_SourceObj;
- this.SetSourceObj=SetR3LINKA_SourceObj;
- }
-
- r3Link.prototype=new r3Primitive;
- // inc/plugins/objects/link/r3link.h_H